home *** CD-ROM | disk | FTP | other *** search
/ BigMax 3 / BigMax nº 3.iso / JOGOS / DOS / TERRA / TN_SFC.EXE / TNDEMO.BAT < prev   
DOS Batch File  |  1996-02-20  |  694b  |  23 lines

  1. @echo off
  2. if exist tn.cfg goto run_us
  3. echo Please run Setup to setup sound card configuration prior to running tndemo
  4. goto go_on_home
  5. :run_us
  6. rem if you want to disable memory checking, run tn +nomemcheck
  7. inst\info %1 %2 %3 %4
  8. if errorlevel 3 goto not_enough_mem
  9. if errorlevel 2 goto low_mem
  10. goto lets_play
  11. :low_mem
  12. echo running minimal memory version of Terra Nova
  13. if exist _sndextra.bat call _sndextra
  14. call _tndemo +8M %1 %2 %3 %4 %5 %6 %7 %8 %9
  15. goto go_on_home
  16. :lets_play
  17. if exist _sndextra.bat call _sndextra
  18. call _tndemo %1 %2 %3 %4 %5 %6 %7 %8 %9
  19. goto go_on_home
  20. :not_enough_mem
  21. echo Sorry, you need at least 6.8Mb of memory available to play Terra Nova
  22. :go_on_home
  23.